Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Terraform Nix template #1

Closed
wants to merge 62 commits into from
Closed

Add Terraform Nix template #1

wants to merge 62 commits into from

Conversation

sestrella
Copy link
Member

  • Support unfree attribute in devenv.yaml
  • Allow wiring up overlays
  • add an example for overlays
  • Validate devenv.yaml schema and move overlays to inputs
  • raku.nix: fixed description to not break web documentation
  • Auto generate docs/reference/options.md
  • add devenv specific direnv integration
  • use devenv-direnv
  • write down also the imports as CSV
  • Update direnvrc
  • Update src/devenv-yaml.nix
  • Added mkcert as integration
  • correct hostctl integration
  • added a complete mkcert example
  • added a fallback for the hostctl hosts option
  • Update src/devenv-yaml.nix
  • revert hostctl config changes
  • rename certificates option
  • remove wildcard from example
  • Add wildcard domain to option example
  • feat: Add Ansible support
  • Auto generate docs/reference/options.md
  • feat(go): use correct go version for tools
  • chore(deps): bump cachix/install-nix-action from 18 to 19
  • Update src/devenv-yaml.nix
  • Auto generate docs/reference/options.md
  • docs/github-actions: use devenv version 0.5.1
  • chore(deps): bump cachix/install-nix-action from 19 to 20
  • ignore documentation warnings for now
  • Make it easy to create containers out of the environment.
  • format
  • Update docs/containers.md
  • Auto generate docs/reference/options.md
  • bump direnv integration
  • fix --help
  • fix link
  • Auto generate docs/reference/options.md
  • v0.6 release post
  • v0.6
  • Auto generate docs/reference/options.md
  • v0.6 post: rename subsection
  • Auto generate docs/reference/options.md
  • Fix indentation in the devenv script
  • Auto generate docs/reference/options.md
  • Enable the escapeall pymdown extension
  • Fix links to source in reference docs
  • Ignore .direnv folder for cached builds
  • Remove override from process-compose config as it's not supported
  • Auto generate docs/reference/options.md
  • Add terraform template
  • Add template to flake.nix

domenkozar and others added 30 commits February 9, 2023 08:48
Co-authored-by: Hugo Sena Ribeiro <[email protected]>
Co-authored-by: Hugo Sena Ribeiro <[email protected]>
Co-authored-by: Hugo Sena Ribeiro <[email protected]>
feat(go): use correct go version for tools
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 19.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v18...v19)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…achix/install-nix-action-19

chore(deps): bump cachix/install-nix-action from 18 to 19
Co-authored-by: Hugo Sena Ribeiro <[email protected]>
dependabot bot and others added 28 commits March 2, 2023 01:13
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 19 to 20.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v19...v20)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Part of the script was less indented than the root,
which makes most of the final script indented by 2 spaces.

For some reason, this makes `fish` run ignore the shebang
and run it with `sh`, which doesn't work.
Fix indentation in the devenv script
Escape carets in headers (see pre-commit options).
fix(postgres): remove override options, as currently they are serialized
Update the reference docs for the the new doc renderer
@sestrella sestrella closed this Mar 3, 2023
@sestrella sestrella deleted the terraform_template branch March 13, 2023 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants